C1SortedList<TKey,TValue> Class Members
In This Topic
The following tables list the members exposed by C1SortedList<TKey,TValue>.
Public Constructors
Public Properties
| Name | Description |
| Count | Gets the number of elements contained in the keys collection. |
Top
Public Methods
| Name | Description |
| Add | Adds value to the list, returns index of the added value, throws exception if value with specified key already exists. |
| Clear | Removes all elements from the keys and values collections. |
| TryGetValue | Gets the value by specified key. |
Top
See Also